home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Arsenal Files 1
/
The Arsenal Files (Arsenal Computer).ISO
/
os2_app
/
ff.cmd
< prev
next >
Wrap
OS/2 REXX Batch file
|
1994-01-06
|
180b
|
10 lines
/* scan for text or file */
ARG P1
'@echo off'
'DIR F:\'||P1' /F/S/B > F:\TEMP\FF'
'DIR D:\'||P1' /F/S/B >> F:\TEMP\FF'
'CLS'
'ECHO.'
'TYPE F:\TEMP\FF'
'DEL F:\TEMP\FF'